KeyIsDown
|
Description: |
baKeyIsDown checks whether a key is currently down. |
|
Platforms: |
Windows and Macintosh |
|
Usage: |
Result = baKeyIsDown( Key ) |
|
Arguments: |
Integer. |
|
Returns: |
Integer. Returns 1 if Key is being held down, else 0. |
|
Examples: |
Director: Authorware: |
|
Notes: |
A list of Virtual Key Codes is supplied. Some of these keys are not available in different versions of Windows. |
|
See also: |
baKeyBeenPressed |